github.com/gotd/td/mtproto.Conn.messageIDBuf (field)

3 uses

	github.com/gotd/td/mtproto (current package)
		conn.go#L68: 	messageIDBuf MessageBuf // replay attack protection
		conn.go#L140: 		messageIDBuf: proto.NewMessageIDBuf(100),
		read.go#L66: 	if !c.messageIDBuf.Consume(msg.MessageID) {